home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #1 / Amiga Plus 1995 #1.iso / testprogramme / diskspeed / src / scsispeed.c < prev    next >
C/C++ Source or Header  |  1994-12-13  |  2KB  |  53 lines

  1. /*
  2.  *                          DiskSpeed v4.2
  3.  *                          ScsiSpeed v4.2
  4.  *                                by
  5.  *                           Michael Sinz
  6.  *
  7.  *            Copyright (c) 1989-1992 by MKSoft Development
  8.  *
  9.  *            MKSoft Development
  10.  *            163 Appledore Drive
  11.  *            Downingtown, PA 19335
  12.  *
  13.  * Yes, this is yet another disk speed testing program, but with a few
  14.  * differences.  It was designed to give the most accurate results of the
  15.  * true disk performance in the system.  For this reason many of
  16.  * DiskSpeed's results may look either lower or higher than current disk
  17.  * performance tests.
  18.  *
  19.  ******************************************************************************
  20.  *                                          *
  21.  *    Reading legal mush can turn your brain into guacamole!              *
  22.  *                                          *
  23.  *        So here is some of that legal mush:                  *
  24.  *                                          *
  25.  * Permission is hereby granted to distribute this program's source          *
  26.  * executable, and documentation for non-commercial purposes, so long as the  *
  27.  * copyright notices are not removed from the sources, executable or          *
  28.  * documentation.  This program may not be distributed for a profit without   *
  29.  * the express written consent of the author Michael Sinz.              *
  30.  *                                          *
  31.  * This program is not in the public domain.                      *
  32.  *                                          *
  33.  * Fred Fish is expressly granted permission to distribute this program's     *
  34.  * source and executable as part of the "Fred Fish freely redistributable     *
  35.  * Amiga software library."                              *
  36.  *                                          *
  37.  * Permission is expressly granted for this program and it's source to be     *
  38.  * distributed as part of the Amicus Amiga software disks, and the          *
  39.  * First Amiga User Group's Hot Mix disks.                      *
  40.  *                                          *
  41.  ******************************************************************************
  42.  *
  43.  * Main code and testing sections...
  44.  */
  45.  
  46. /*
  47.  * This file is used to just compile the ScsiSpeed version of DiskSpeed.
  48.  * We define SCSI_SPEED and then include DiskSpeed.c
  49.  */
  50. #define    SCSI_SPEED    1
  51.  
  52. #include    "DiskSpeed.c"
  53.